runtime._func.deferreturn (field)
7 uses
runtime (current package)
panic.go#L395: if fn.deferreturn == 0 {
panic.go#L402: d.pc = fn.entry() + uintptr(fn.deferreturn)
panic.go#L988: if fn.deferreturn == 0 {
panic.go#L1000: p.retpc = fn.entry() + uintptr(fn.deferreturn)
runtime2.go#L902: deferreturn uint32 // offset of start of a deferreturn call instruction from entry, if any.
traceback.go#L423: if frame.fn.deferreturn != 0 {
traceback.go#L424: frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)